home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / grabthegrub.swf / scripts / DefineSprite_205 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  199 b   |  7 lines

  1. instructionsButton.onRelease = function()
  2. {
  3.    this._parent._parent.pauseGame(true);
  4.    this._parent._parent.messages.gotoAndStop("inGameInstructions");
  5. };
  6. instructionsButton._visible = false;
  7.